IBM Endpoint Manager Inspectors Reference

Terminology

Win: Windows
Lin: Red Hat and SUSE Linux
Sol: SUN Solaris
HPUX: Hewlett-Packard UNIX version
AIX: IBM AIX
Mac: Apple Macintosh
Ubu: Ubuntu/Debian
WM: Windows Mobile

The version (e.g. Lin:8.1) corresponds to the version of the IEM product (8.1) in which the inspector was introduced in the client on that platform.
The version number is not shown if it is less than 8.0.


Platform


Contents

Action Objects
Authorization Objects
Client Objects
Directory Services
Environment Objects
Filesystem Objects
Firewall Objects
Fixlet Objects
Formatting Objects
Installed System Software
Introspectors
License Objects
Microsoft IIS Metabase Objects
Miscellaneous
Networking Objects
Power Objects
Primitive Objects
Registry Objects
Session Objects
Session Statistics
exponential projection
fixlet count pair
historical computer count
historical fixlet count
linear projection
rate
rate with multiplicity
statistic range
statistical bin
Site Objects
SMBIOS objects
System Objects
Task Objects
User Objects
Windows Mobile Device Objects
WMI Objects
World Objects

IBM Endpoint Manager wiki

Session Statistics

These Inspectors allow you to gather data and perform statistics during a session. For more information about statistical aggregation, see the Resource section at the end of this guide.

fixlet count pair

The <fixlet count pair> Inspectors return information about the Fixlet count pair objects for each severity level.

Creation Methods

DeclarationDescriptionPlatforms (?)

Properties

DeclarationReturn typeDescriptionPlatforms (?)

historical computer count

The <historical computer count> Inspectors provide information about historical computer count objects.

Creation Methods

DeclarationDescriptionPlatforms (?)

Properties

DeclarationReturn typeDescriptionPlatforms (?)

historical fixlet count

The <historical fixlet count> objects provide historical information about the number of Fixlets at different severity levels.

Creation Methods

DeclarationDescriptionPlatforms (?)

Properties

DeclarationReturn typeDescriptionPlatforms (?)

statistic range

Statistical ranges are time intervals used to examine particular statistical bins.

Creation Methods

DeclarationDescriptionPlatforms (?)

Properties

DeclarationReturn typeDescriptionPlatforms (?)

statistical bin

Statistical bins contain property information summed over all computers in a given time period.

Creation Methods

DeclarationDescriptionPlatforms (?)

Properties

DeclarationReturn typeDescriptionPlatforms (?)

rate

Rates are floating point numbers divided by time intervals. These Inspectors let you examine and convert rate objects.

Creation Methods

DeclarationDescriptionPlatforms (?)
<floating point> * <rate>Operate on a rate with a floating point number, returning a new rate, where {op} is one of: *, /.Win, Mac
<floating point> / <time interval>Divides a floating point number by a time interval to yield a rate.Win, Mac
<rate> {op} <floating point>Operate on a rate with a floating point number, returning a new rate, where {op} is one of: *, /.Win, Mac
maximum of <rate>Returns the maximum value from a list of <rate> types.Win, Mac
minimum of <rate>Returns the minimum value from a list of <rate> types.Win, Mac
- <rate>Returns the negative of the given rate.Win, Mac
<rate> {op} <rate>Operate on two rates, returning a new rate, where {op} is one of: -, +.Win, Mac
rate of <linear projection>Returns the slope of the linear projection. Multiply this by a time interval to compute the projected growth over that period.Win, Mac

Operators

DeclarationReturn TypeDescriptionPlatforms (?)
- <rate><rate>Returns the negative of the given rate.Win, Mac
<rate> * <time interval><floating point>Multiplies a <rate> by a <time interval>, producing a floating point number.Win, Mac
<rate> {cmp} <rate><boolean>Compare two rates, returning a boolean TRUE or FALSE, where {cmp} is one of: <, <=, =.Win, Mac
<rate> {op} <rate><rate>Operate on two rates, returning a new rate, where {op} is one of: -, +.Win, Mac
<time interval> * <rate><floating point>Multiplies a <time interval> by a <rate>, producing a floating point number.Win, Mac

Properties

DeclarationReturn typeDescriptionPlatforms (?)
<rate> as string<string>Casts a rate as a string.Win, Mac
extrema of <rate><( rate, rate )>

Plural: extremas
Returns the minimum and maximum extreme values of the given list of <rate> types.Win, Mac
maximum of <rate><rate>

Plural: maxima
Returns the maximum value from a list of <rate> types.Win, Mac
minimum of <rate><rate>

Plural: minima
Returns the minimum value from a list of <rate> types.Win, Mac
unique value of <rate><rate with multiplicity>

Plural: unique values
Returns the unique values of a given list of <rate> types, removing duplicates and sorting by value.Win, Mac

rate with multiplicity

The <rate with multiplicity> Inspectors deal with rate arrays, allowing you to extract unique rate values and count them.

Creation Methods

DeclarationDescriptionPlatforms (?)
unique value of <rate>Returns the unique values of a given list of <rate> types, removing duplicates and sorting by value.Win, Mac

Properties

DeclarationReturn typeDescriptionPlatforms (?)
multiplicity of <rate with multiplicity><integer>

Plural: multiplicities
Sorts the list and returns the multiplicity, or count, of each unique element in the specified list of multiple <rate> types.Win, Mac

linear projection

The <linear projection> Inspectors return statistical correlation information about the linearity of specific aggregated properties.

Creation Methods

DeclarationDescriptionPlatforms (?)

Properties

DeclarationReturn typeDescriptionPlatforms (?)
correlation coefficient of <linear projection><floating point>

Plural: correlation coefficients
Returns a floating-point number between -1 and 1, representing how well a linear projection fits the data.Win, Mac
extrapolation <time> of <linear projection><floating point>

Plural: extrapolations
Returns the projected value at the specified time, assuming a linear projection.Win, Mac
rate of <linear projection><rate>

Plural: rates
Returns the slope of the linear projection. Multiply this by a time interval to compute the projected growth over that period.Win, Mac

exponential projection

The <exponential projection> Inspectors return statistical correlation information about the logarithms of the aggregated properties.

Creation Methods

DeclarationDescriptionPlatforms (?)

Properties

DeclarationReturn typeDescriptionPlatforms (?)
correlation coefficient of <exponential projection><floating point>

Plural: correlation coefficients
Returns a floating-point number between -1 and 1, representing how well an exponential projection fits the data.Win, Mac
extrapolation <time> of <exponential projection><floating point>

Plural: extrapolations
Returns the projected value at the specified time, assuming an exponential projection.Win, Mac
rate <time interval> of <exponential projection><floating point>

Plural: rates
Returns the slope of the exponential projection over the specified time interval.Win, Mac